type github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations.signerVersionKey

3 uses

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations (current package)
		signer_wrapper.go#L13: type signerVersionKey struct{}
		signer_wrapper.go#L20: 	v, _ = middleware.GetStackValue(ctx, signerVersionKey{}).(string)
		signer_wrapper.go#L29: 	return middleware.WithStackValue(ctx, signerVersionKey{}, version)